xen.git
2005-12-01 djm@kirby.fc... Fix pfn_valid call (by Kevin Tian)
2005-11-30 djm@kirby.fc... Add (incomplete) dom0_physinfo call to try with xm...
2005-11-30 djm@kirby.fc... devmem.c no longer needed in drivers/xen/core
2005-11-23 djm@kirby.fc... Adapt to removal of #ifdef ia64 in xmalloc (handle...
2005-11-23 djm@kirby.fc... vcpu_regs defined in ptrace.h (get regs from vcpu)...
2005-11-23 djm@kirby.fc... Re-revert to generic xen0_defconfig_ia64 file
2005-11-22 djm@kirby.fc... Patched drivers/acpi/motherboard.c no longer needed
2005-11-22 djm@kirby.fc... After Alex's ACPI patch, this patch in motherboard...
2005-11-22 djm@kirby.fc... Add a trivial namespace to the fake ACPI DSDT.
2005-11-22 djm@kirby.fc... Create the base set of ACPI structures necessary to...
2005-11-22 djm@kirby.fc... Handle lds on vti domain and fix some bugs on vti domain
2005-11-19 djm@kirby.fc... Recode usage of FPSR_DEFAULT due to strange double...
2005-11-19 djm@kirby.fc... Merge
2005-11-19 djm@kirby.fc... Fall back to zx1-based configs, defconfigs don't work...
2005-11-19 cl349@firebug... Fix support for sxp domain configuration files.
2005-11-18 smh22@firebug... Only resume xenbus /after/ we've prepared our VCPUs...
2005-11-18 kaf24@firebug... Do not allow an uninitialised VCPU to be brought up...
2005-11-18 djm@kirby.fc... Fix read of guest psr to properly set dfh and other...
2005-11-18 djm@kirby.fc... Properly pass iha/itir if data miss occurs when fetchin...
2005-11-18 kaf24@firebug... The xentrace_format script doesn't work on x86/64....
2005-11-18 kaf24@firebug... make_page_readonly() must flush unused kmaps when handling
2005-11-18 kaf24@firebug... Improve make_page_readonly and make_page_writable:
2005-11-18 kaf24@firebug... Simplify arbitrary_virt_to_phys, and fix the x86/64...
2005-11-18 djm@kirby.fc... Remove DOMU_BUILD_STAGING and supporting code entirely...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... Remove one further reference to network_limit_help...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... Remove barbaric abuse of goto out of one nested block...
2005-11-18 emellor@leeni... Merged.
2005-11-18 emellor@leeni... From Ken Grant: Add per command help / make help match...
2005-11-18 kaf24@firebug... Disable live relocation for PAE and x86/64. Currently...
2005-11-18 kaf24@firebug... Remove conditionally-compiled code for Linux 2.4.
2005-11-18 dan@guaranine... Make test 15_create_smallmem pass mem=16M on the kernel...
2005-11-18 dan@guaranine... Added a test to verify that devices come and go from...
2005-11-18 sean@dague.netupdates to xmdomain.cfg.5 man page to document most...
2005-11-18 dan@localhost... Add hping to the ramdisk. Also, do some very simple...
2005-11-18 sean@dague.nettrivial add to .hgignore to ignore all the pulled conte...
2005-11-18 sean@dague.netadded block device content, including finding a few...
2005-11-18 kaf24@firebug... Set up fully-virtualised RTC time zone default to local
2005-11-18 djm@kirby.fc... Turn off DOMU_BUILD_STAGING, no longer needed (flagged...
2005-11-17 emellor@leeni... Initialise the request ID in xs_talkv, to silence valgr...
2005-11-17 emellor@leeni... Initialise the request ID in xs_talkv, to silence valgr...
2005-11-17 emellor@leeni... Simplify the logic of each of the functions here, remov...
2005-11-17 djm@kirby.fc... Parse all ACPI MADT entries, not just NR_CPUS (by Alex...
2005-11-17 djm@kirby.fc... Turn off duplicate console output (by Alex Williamson)
2005-11-17 smh22@firebug... Fix race in blkfront resume path (watch thread could...
2005-11-17 djm@kirby.fc... Remove old version of xen xlilo patch
2005-11-17 djm@kirby.fc... Integration of the xen4xlilo patch. (by Tristan Gingold)
2005-11-17 jrb44@plym... Fix x86-64 build.
2005-11-17 kaf24@firebug... merge
2005-11-17 kaf24@firebug... Fix event_pending() macro to match the assembly-language
2005-11-17 emellor@leeni... Merged.
2005-11-17 emellor@leeni... Correct buffer->size at the same time as buffer->capaci...
2005-11-17 kaf24@firebug... The perdomain mapping area in Xen space requires more...
2005-11-17 emellor@leeni... Merged.
2005-11-17 emellor@leeni... Documentation: remove Twisted Matrix pre-req
2005-11-17 dan@guaranine... Updates to the xm-test README file.
2005-11-17 emellor@leeni... This patch explains network-* options in xm.1, includin...
2005-11-17 dan@guaranine... Update 01_pause_basic test for new console behavior.
2005-11-17 dan@guaranine... Make test 04_memset detect bug #380 and restart the...
2005-11-17 emellor@leeni... Here's the patch for making the otherend_changed entrypoint
2005-11-17 kaf24@firebug... Fix IOCTL_PRIVCMD_GET_MACH2PHYS_MFNS to work properly for
2005-11-17 smh22@firebug... Fix pinning logic on restore.
2005-11-17 djm@kirby.fc... Enable build to work for both generic and non-generic...
2005-11-16 djm@kirby.fc... Changes so that Xen can be compiled with gcc 4.0.2...
2005-11-16 djm@kirby.fc... Enable generic build for dom0 and build for domU with...
2005-11-16 djm@kirby.fc... Fix problem if itlb miss occurs when in metaphysical...
2005-11-16 emellor@leeni... Merged.
2005-11-16 dan@guaranine... Test for creating a domain with too little memory.
2005-11-16 dan@guaranine... Make 01_reboot test more robust.
2005-11-16 smh22@firebug... One more try...
2005-11-16 smh22@firebug... Fix annoying error introduced during cleanup. Oops.
2005-11-16 smh22@tempest... Trivial fixes for 64bit and xend.
2005-11-16 smh22@firebug... Many fixes for save/restore and related areas for PAE...
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... Watch for changes in the /vm section of the store,...
2005-11-16 emellor@leeni... Added an unwatch method, so that XendDomainInfo can...
2005-11-16 emellor@leeni... Move the registration of the @releaseDomain watch so...
2005-11-16 emellor@leeni... Downgrade the failure to change the iptables settings...
2005-11-16 emellor@leeni... Merged.
2005-11-16 jmb@artemis... Dom0 might not be called Domain-0, so ask for the name...
2005-11-16 kaf24@firebug... Rename XENVER_parameters to slightly more informative
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... Review checks for Error string when checking that bad...
2005-11-16 kaf24@firebug... Fix up start_info_t magic string to match the format of
2005-11-16 kaf24@firebug... This fixes the following scenerio:
2005-11-16 kaf24@firebug... Change ISA_IO_BASE to fix_to_virt(FIX_ISAMAP_BEGIN...
2005-11-16 kaf24@firebug... Remove unnecessary cast of kmalloc() result.
2005-11-16 kaf24@firebug... Add definitions of some swiotlb symbols to pci-dma.c.
2005-11-16 kaf24@firebug... /dev/mem write function should use copy_from_user,...
2005-11-16 kaf24@firebug... merge.
2005-11-16 kaf24@firebug... Correctly export xencons functions to avoid ugly 'extern'
2005-11-16 emellor@leeni... Merged.
2005-11-16 emellor@leeni... The following patch removes every (hopefully) reference...
2005-11-16 kaf24@firebug... Fix function that shouldn't be globally defined.
2005-11-16 kaf24@firebug... Trivial coding style fix.
2005-11-16 kaf24@firebug... Add function declarations, and ensure we prevent mismatch
2005-11-16 kaf24@firebug... Replace 0 with NULL when assigning pointer fields/param...
2005-11-15 kaf24@firebug... Fix 64-bit build that I broke by making acpi table...
2005-11-15 emellor@leeni... Make watchStart and watchMain global functions rather...
next